docs(ws5): Analytics Datasets guide (ADR-0021 Phase 2 closeout)#1673
Merged
Conversation
Hand-written guide for the dataset semantic layer: why it exists (no joins / metric drift / no source of truth), authoring (`defineDataset` with dimensions/measures/derived/certified), binding dashboards (`dataset` + `dimensions` + `values` + `filter`→runtimeFilter) and reports (`dataset` + `rows` + `values` + `runtimeFilter`), cross-object joins via `include`, the REST query surface, and the dual-form → single-form migration posture. Wired into the Guides nav; objectstack-ui SKILL cross-links it and notes the widget-filter → runtimeFilter rule. (Reference pages auto-generate from the zod schemas.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WS5 of the ADR-0021 Phase 2 closeout: a hand-written Analytics Datasets guide for the dataset semantic layer (
content/docs/guides/analytics-datasets.mdx), wired into the Guides nav, plus anobjectstack-uiSKILL cross-link.Covers: why the semantic layer (no joins / metric drift / no source of truth), authoring (
defineDataset— dimensions/measures/derived/certified/include), binding dashboards & reports, cross-object joins, the REST query surface, and the dual-form → single-form migration posture. Reference pages auto-generate from the zod schemas, so only the guide is hand-written.Remaining closeout (NOT in this PR — see notes)
The delete-old-form step (#5) is intentionally deferred: its gate is unmet (2 list-chart views + platform-objects
system_overvieware still inline-only; needs a new ListView→dataset binding), the vendored console predates objectui#1612 (single-form would drop filters), and removing inline fields is a breaking@objectstack/specmajor. Sequence: finish remaining migrations → re-bump console with #1612 → then delete inline as a focused major-version PR.🤖 Generated with Claude Code